Posts

Variable calc.FiscalYearSumconservativeBudget is undefined.

hi,   i have created report 2 groups: manager , fiscalyear. report builder generated calculated variables. i can display totals on manager level. when try display sum of conservativebudget in fiscalyear footer, have error: variable  calc.fiscalyearsumconservativebudget undefined. the  error occurred in d:\sites\invivoteipo.com\reports\forecastingdetails.cfm:  line 18 16 : 17 : <cfreport format="pdf" template="forecastingdetails.cfr" query="#cfreportdataquery#"> 18 :      <cfreportparam name="fiscalyear" value="#fiscalyear#"> 19 : </cfreport>        i have tried create calculated variable myself, same results. if drag field fiscalyear header, have no errors , can see 0 value.   any idea going on?   thank in advance.   jk More discussions in Reporting adobe

saving DNG files

when saving changes dng file in lr3, original photo lost? if not, how outside of lr3?     also, easiest way convert raw files in lr3 catalog dng files?   thanks help. when saving changes dng file in lr3, original photo lost? no, it's not lost. "saving changes" dng, update metadata , embedded preview. original raw data stays intact.   if not, how outside of lr3? get what? original untouched dng? guess have reset develop settings defaults , export dng. but why need untouched original?   also, easiest way convert raw files in lr3 catalog dng files? in menus, library -> convert photo dng . More discussions in Lightroom Classic CC adobe

Thread: depmod reports "Can't read module" ... "Exec format error"

hi guys, have many hosts still running 9.10 (2.6.31-22-generic x86_64). 1 host suffered corrupted hard drive after power outage. after fscking drive, saw lot of errors depmod: warning: can't read module /lib/modules/... exec format error segmentation fault fearing worst reformatted , reinstalled machine (still 64-bit 9.10). still see error, after fresh install. i'm not talking modules installed dkms or custom-compiled modules either, i'm talking modules part of linux-image-2.6.31-22-generic package. have ideas? not sure why modules became corrupt during fresh install (perhaps sign of dying hdd...) following command fixed me right up: sudo apt-get --reinstall install linux-image-2.6.31-22-generic or, if want more generic solution: sudo apt-get --reinstall install linux-image-$(uname -r) Forum The Ubuntu Forum Community Ubu...

Text won't Format

here code:     var captionloader:urlloader = new urlloader(); captionloader.load(new urlrequest("caption.txt")); captionloader.addeventlistener(event.complete, onloaded);   var captionformat:textformat = new textformat(); captionformat.font = "helvetica"; captionformat.size = 14; captionformat.color = 0xff0000;   var captionfield:textfield = new textfield(); captionfield.settextformat(captionformat); captionfield.x = 150; captionfield.y = 150; captionfield.width = 250; captionfield.height = 70; captionfield.wordwrap = true;   function onloaded(e:event):void {      captionfield.text = e.target.data;      addchild(captionfield);      trace(e.target.data); } all properties under "captionfield" work fine, none of 3 under "captionformat". try:   captionfield.defaulttextformat = captionformat; More discussions in ActionScript 3 adobe

Regular Expressions Help in Dreamweaver

hi using dreamweaver cs3, creating more 100 html files every couple of days , need use regular expressions feature in find , replace box couldn't find or generate expression looking for, want replace every images name same it's htm file name across htm files.   ex : cieg.htm   <tr>     <td colspan="2"><table id="table_04" width="850" height="88" border="0" cellpadding="0" cellspacing="0">         <tr>           <td><img src="viva/ xxxthefilenamexxx _38.gif" width="213" height="88"></td>           <td><img src="viva/ xxxthefilenamexxx _39.gif" width="212" height="88"></td>           <td><img src="viva/ xxxthefilenamexxx _40.gif" width="213" height="88"></td>           <td...

Thread: Ghost host && virtualhost not working properly

i setup lamp on ubuntu 10.0.4 desktop using tasksel pma , working on configuring virtual hosts more browse sites development , or testing on localhost.i have 2 problems. every time restart apache or work on virtualhost error: code: $ sudo /etc/init.d/apache2 restart sudo: unable resolve host ubuntu * restarting web server apache2 apache2: apr_sockaddr_info_get() failed ubuntu apache2: not reliably determine server's qualified domain name, using 127.0.0.1 servername ... waiting apache2: apr_sockaddr_info_get() failed ubuntu apache2: not reliably determine server's qualified domain name, using 127.0.0.1 servername i have virtualhost default , wordpress. how error caused , how can resolve it? second issue, when go wordpress-dev /etc/hosts file neatly directs me virtualhost wordpress residing in /var/www/wordpress, when click see comment url localhost in it: code: http://localhost/wordpress/?p=1#comm...

Thread: grub-pc error

i have dual-booting (10.04/xp) acer aspire d250. when run upgrade terminal, i've been getting following error: code: setting grub-pc (1.98-1ubuntu7) ... dpkg: error processing grub-pc (--configure): subprocess installed post-installation script returned error exit status 128 errors encountered while processing: grub-pc e: sub-process /usr/bin/dpkg returned error code (1) although it's "exit status 20" i've tried uninstalling/reinstalling grub-pc synaptic no avail , uninformed messing around grub can bork boot, hoping more informed help. bump last night. perhaps conflict burg? tried uninstalling burg last night test theory, ended borking grub rescue prompt. reinstalling burg fixed bork, grub-pc error remains. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [SOLVED] grub-pc error Ubu...